IndexTickProviderBase<T> Class Members
The following tables list the members exposed by IndexTickProviderBase<T>.
Protected Constructors
| Name | Description | |
|---|---|---|
![]() | IndexTickProviderBase<T> Constructor |
Public Properties
| Name | Description | |
|---|---|---|
![]() | IndexMajorDelta | Gets the Index Major Delta |
![]() | IndexMinorDelta | Gets the Index Minor Delta |
![]() | ParentAxis | Called when the tick provider is initialized as it is attached to the parent axis, with the parent axis instance (Inherited from SciChart.Charting.Numerics.TickProviders.TickProvider<T>) |
Public Methods
| Name | Description | |
|---|---|---|
![]() | CalculateDelta | Calculates the Deltas for use in this render pass |
![]() | GetMajorTicks | Returns Generic-typed representation of major ticks array (Inherited from SciChart.Charting.Numerics.TickProviders.TickProvider<T>) |
![]() | GetMinorTicks | Returns Generic-typed representation of minor ticks array (Inherited from SciChart.Charting.Numerics.TickProviders.TickProvider<T>) |
![]() | Init | Called when the tick provider is initialized as it is attached to the parent axis, with the parent axis instance (Inherited from SciChart.Charting.Numerics.TickProviders.TickProvider<T>) |
Protected Methods
| Name | Description | |
|---|---|---|
![]() | ConvertTicks<T> | Converts ticks in generic format to Double, e.g. cast to double for numeric types, or cast DateTime.Ticks to double for DateTime types (Inherited from SciChart.Charting.Numerics.TickProviders.TickProvider<T>) |
![]() | GetCoordinateCalculator | Returns the current axis coordinate calculator |
![]() | GetDeltaCalculator | Returns an instance of an SciChart.Charting.Numerics.DeltaCalculators.IDeltaCalculator which is used to compute the index-values of IndexMajorDelta, IndexMinorDelta. |
![]() | GetDoubleMajorTicks | Returns a double representation of a major ticks array |
![]() | GetDoubleMinorTicks | Returns a double representation of minor ticks array |
Extension Methods
| Name | Description | |
|---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
See Also




